home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Dogs / Multimedia Dogs v2.0.iso / mac / Extras / MMDogs 2.0 with Desktop / MMDOGS2.DXR / 00420.ls < prev    next >
Encoding:
Text File  |  1995-10-09  |  153 b   |  9 lines

  1. on mouseDown
  2.   customButtonBehavior(the clickOn)
  3.   if rollOver(the clickOn) then
  4.     waitCursor()
  5.     handleWorldBack()
  6.     pointerCursor()
  7.   end if
  8. end
  9.